go/types.Checker.incomparableCause (method)

3 uses

	go/types (current package)
		expr.go#L784: 			cause = check.incomparableCause(x.typ)
		expr.go#L789: 			cause = check.incomparableCause(y.typ)
		expr.go#L855: func (check *Checker) incomparableCause(typ Type) string {